projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7efd97
)
(WM_MOUSEWHEEL): Define relative to WM_MOUSELAST.
author
Geoff Voelker
<voelker@cs.washington.edu>
Thu, 30 Apr 1998 17:21:12 +0000
(17:21 +0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Thu, 30 Apr 1998 17:21:12 +0000
(17:21 +0000)
(MSH_MOUSEWHEEL): New macro.
src/w32term.h
patch
|
blob
|
history
diff --git
a/src/w32term.h
b/src/w32term.h
index 5b4ac1ced012d69c5a35f2d8c300339511db1a2c..f458a4e3268a2e1c18b4cfe625409b086025d8fd 100644
(file)
--- a/
src/w32term.h
+++ b/
src/w32term.h
@@
-590,8
+590,11
@@
extern void w32_unload_font ();
/* Define for earlier versions of Visual C */
#ifndef WM_MOUSEWHEEL
-#define WM_MOUSEWHEEL
(0x020A
)
+#define WM_MOUSEWHEEL
(WM_MOUSELAST + 1
)
#endif /* WM_MOUSEWHEEL */
+#ifndef MSH_MOUSEWHEEL
+#define MSH_MOUSEWHEEL "MSWHEEL_ROLLMSG"
+#endif /* MSH_MOUSEWHEEL */
#define WM_EMACS_START (WM_USER + 1)
#define WM_EMACS_KILL (WM_EMACS_START + 0x00)